Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 2,343 for

document protection

(0.09 sec)
  1. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Using OCR to redact image documents / Use Microsoft Azure Computer...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  2. Remove Text from DOCX Online

    Remove DOCX text in content and metadata online....for both the content of the document and its metadata. Please upload...Wide variety of supported document formats (see ). How to remove...

    products.groupdocs.app/redaction/remove-text-fr...
  3. GroupDocs.Viewer for .NET | Documentation

    GroupDocs.Viewer for .NET allows you to render Documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your .NET application....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...supports over . Load text documents, spreadsheets, presentations...

    docs.groupdocs.com/viewer/net/
  4. GroupDocs.Viewer for Node.js via Java | Documen...

    GroupDocs.Viewer for Node.js allows you to render Documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your JavaScript application....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...supports over . Load text documents, spreadsheets, presentations...

    docs.groupdocs.com/viewer/nodejs-java/
  5. Use Aspose.OCR for Cloud SDK | Documentation

    This article explains that how to use Aspose.OCR for Cloud SDK....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Using OCR to redact image documents / Use Aspose.OCR for Cloud...

    docs.groupdocs.com/redaction/net/use-aspose-ocr...
  6. Note Format is Supported in GroupDocs.Merger fo...

    This month’s release of GroupDocs.Merger for .NET 18.9 comes with some new features. API enables you to work with password-protected ODT and OTT file formats. You can also trim Note formatted Documents. Please see release notes for further details. Features Note format is supported by following methods: Join MovePage RemovePage Split Document SwapPages Trim Implement security methods for the following formats: OTT ODT Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....you to work with password-protected ODT and OTT file formats....also trim Note formatted documents. Please see release notes...

    blog.groupdocs.com/merger/note-format-is-suppor...
  7. Loading documents | Documentation

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint Documents by local file path, stream or third-party storage for further processing with GroupDocs.Merger for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Guide / Loading documents Loading documents Leave feedback allows...

    docs.groupdocs.com/merger/net/loading/
  8. 2021 October | File Format Blog

    Monthly Archives: October 2021 XLSX vs XLSB – How to Reduce Excel File Size? Posted on October 23, 2021 by Kashif Iqb......Malicious PDF files and How to Protect From These? Posted on October...2021 by Kashif Iqbal Portable Document Format ( PDF ) is a digital...

    blog.fileformat.com/2021/10/
  9. Loading | Documentation

    This section explains how to load Document from various sources like file, streams, remote web resources, loading Document from FTP, Amazon or Azure storage etc....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...load password-protected documents and load documents from different...

    docs.groupdocs.com/signature/java/loading/
  10. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Usage / Loading documents / Load password-protected file Load password-protected...

    docs.groupdocs.com/redaction/java/load-password...